projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3beb6b8
)
* lisp/files.el (basic-save-buffer): Fix argument
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 22 Apr 2015 10:53:00 +0000
(11:53 +0100)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 22 Apr 2015 10:53:00 +0000
(11:53 +0100)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index fd7293bf8a0671ae9372e9e85c0cb4da97e0f2e6..045eeaf154cf42b47cdc1a471c2a0972dcfcfd34 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-4708,7
+4708,7
@@
to do the job of saving; if they do not, then the buffer is saved in
the visited file in the usual way.
Before and after saving the buffer, this function runs
`before-save-hook' and `after-save-hook', respectively."
- (interactive)
+ (interactive
'(called-interactively)
)
(save-current-buffer
;; In an indirect buffer, save its base buffer instead.
(if (buffer-base-buffer)